home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / FEBE (Firefox Environment Backup Extension) 5.0 / febe-5.0-fx.xpi / chrome / febe.jar / content / febeHelp_07.xul < prev    next >
Extensible Markup Language  |  2007-06-13  |  2KB  |  47 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <!DOCTYPE window [
  4.     <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd" >
  5.     %febeDTD;
  6.     <!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd" >
  7.     %febeHelpDTD;
  8. ]>
  9.  
  10. <dialog title="&febe.help.caption;"
  11.                 xmlns:html="http://www.w3.org/1999/xhtml"
  12.                 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  13.                 onload="sizeToContent();"
  14.                 maxwidth="450"
  15.                 buttons="cancel"
  16.                 buttonlabelcancel="&febe.close;">
  17.     
  18.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  19.     
  20.     <stringbundleset id="stringbundleset"> 
  21.         <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
  22.     </stringbundleset>
  23.  
  24.     <groupbox class="box-inset">
  25.         <caption label="&febe.help1.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  26.         <hbox>
  27.             <description value="&febe.playSounds.label;" style="font-weight: bold;"/>
  28.         </hbox>
  29.     </groupbox>
  30.  
  31.     <groupbox flex="" class="box-inset">
  32.         <caption label="&febe.help2.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  33.         <label flex="">
  34.             &febe.help_07.text1;
  35.         </label>
  36.     <vbox>
  37.             <html:ul>
  38.             <html:li>&febe.help_07.text2; <image src="chrome://febe/skin/play.png" style="cursor: pointer" onclick="febePlaySound('success');"/></html:li>
  39.             <html:li>&febe.help_07.text3; <image src="chrome://febe/skin/play.png" style="cursor: pointer" onclick="febePlaySound('failure');"/></html:li>
  40.             <html:li>&febe.help_07.text4; <image src="chrome://febe/skin/play.png" style="cursor: pointer" onclick="febePlaySound('warning');"/></html:li>
  41.             <html:li>&febe.help_07.text5; <image src="chrome://febe/skin/play.png" style="cursor: pointer" onclick="febePlaySound('alert');"/></html:li>
  42.             </html:ul>
  43.     </vbox>
  44.     </groupbox>
  45.  
  46. </dialog>
  47.